OTIdle
Idles your computer.C INTERFACE
void OTIdle(void)C++ INTERFACES
None. C++ applications use the C interface to this function.DESCRIPTION
You can call theOTIdle
function while you are waiting for asynchronous provider operations to complete. It is not necessary for the correct operation of Open Transport to call this function, but it provides compatibility for existing programs that use an idling function.SPECIAL CONSIDERATIONS
You cannot call theOTIdle
function at primary interrupt time. This function does not call theSystemTask
,WaitNextEvent
, orGetNextEvent
functions.